home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January / CHIP_CD_01_2007.iso / Hity z okladki / F-Secure Internet Security 2007 / fs2007.exe / configuration / fssg / fsremoval.ini < prev    next >
Encoding:
INI File  |  2006-11-02  |  45.7 KB  |  1,430 lines

  1. ;syntax of this file:
  2. ;[section name]      
  3. ;     identifies the name of the product.
  4. ;     can also include version of the product e.g. "McAfee 4.51"
  5. ;     NOTE: The section name MUST NOT include comma (',') since it's used
  6. ;     in product.ini as a separator character to differentiate conflicting products names.
  7. ;
  8. ;ProductType=Internal
  9. ;     The conflicting products can be either internal or external
  10. ;     As a rule of thumb, FSSG will remove internal products silently while
  11. ;     user will be prompted for removal of external products.
  12. ;     Default value for this setting is "external".
  13. ;     This behaviour may be overridden with FSSG plugin settings.
  14. ;     
  15. ;PromptUser=1
  16. ;     This setting can be used to prompt user for removal of internal products 
  17. ;     as well. By default internal products will be removed without prompting user
  18. ;     for confirmation. For external products, confirmation will be asked by default.
  19. ;     This setting is optional, it can have the following values:
  20. ;     0=(default for internal products) do not prompt user for confirmation
  21. ;     1=(default for external products) prompt user for confirmation
  22. ;     
  23. ;DisplayName=Name of the conflicting product v 1.23
  24. ;     This setting is used when names of the conflicting products are being reported
  25. ;     to the user. 
  26. ;      If this setting is not defined, the section name is used insted.
  27. ;     
  28. ;GetNameFromPlugin=1
  29. ;     This optional setting tells FSSG to ignore DisplayName and ask the product name from the sidegrade plugin
  30. ;     The setting is tried to be read only if SidegradePlugin setting is defined
  31. ;     The default value for this setting is 0 which means the name is not asked from the plugin.
  32. ;
  33. ;SidegradePlugin=xxxx.dll
  34. ;     If this entry is defined, it will override all other settings
  35. ;     The DLL must export the Sidegrade API (defined in FSUninstallator.h) 
  36. ;     The same DLL is used in detecting and removing the product
  37. ;     Sidegrade plugin tries to load the DLL using normal search path 
  38. ;     (i.e. just feeds the plugin name to LoadLibrary)
  39. ;     If the DLL is not found, Sidegrade plugin tries to look for KeySearch* 
  40. ;     settings and use them instead.
  41. ;
  42. ;KeySearchMain=HKEY_LOCAL_MACHINE
  43. ;     from which key the uninstall key is searched for
  44. ;     possible values: HKEY_LOCAL_MACHINE
  45. ;                      HKEY_CURRENT_USER
  46. ;                      HKEY_CLASSES_ROOT
  47. ;                      HKEY_USERS
  48. ;     
  49. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  50. ;     Registry key to search for the KeySearchValue
  51. ;     Search function goes through all sub keys under KeySearchPath
  52. ;     and tries to find entries named as KeySearchEntry.
  53. ;     
  54. ;KeySearchEntry=DisplayName
  55. ;     Entry name to be searched under subkeys of KeySearchPath
  56. ;
  57. ;KeySearchValue=McAfee VirusScan
  58. ;     This is the value which is looked after from KeySearchEntry -entries
  59. ;     If found, the product is installed. The name of the sub key tells us
  60. :     how to uninstall the product (it is the classid of the product)
  61. ;     
  62. ;MSICommand=MSIExec /x
  63. ;     Use MSI with found key (class equals to this key)
  64. ;     
  65. ;MSIParam=/q REMOVE=ALL
  66. ;     So the uninstall command finally is: MSIExec /x <classid> /q REMOVE=ALL
  67. ;     /q means that the installation is run silently
  68. ;     REMOVE=ALL means that MSIExec removes everything without asking questions
  69. ;     
  70. ;MSISilentParam=/q REMOVE=ALL
  71. ;     Optional Silent mode parameters. If running in silent mode, and MSISilentParam is defined
  72. ;     The value of it will override the value of the MSIParam setting
  73. ;
  74. ;KeyEntry=Uninstall Command
  75. ;     This is alternative for using MSICommand and MSIParam. Some products are not installed
  76. ;     with MSI so they cannot be uninstalled using it either...
  77. ;     So if MSICommand is missing, KeyEntry is used. An entry with that name is looked under the found
  78. ;     sub key and if found, the value of it is taken as full uninstallation command and is executed.
  79. ;
  80. ;KeyParam=-a
  81. ;     KeyParam is appended after the command specified in KeyEntry. 
  82. ;     A blank is automatically added between the command and the parameter(s)
  83. ;
  84. ;All entries can be appended with an OS id: -w95,-w98,-wme,-nt40,-nt50,-nt51,-.net
  85. ;If OS specific entry is present, it will be used instead of generic entry
  86. ;So one could define eg:
  87. ;KeySearchValue-nt51=McAfee VirusScan XP Edition
  88. ;KeySearchValue=McAfee VirusScan
  89. ;
  90. ;Then KeySearchValue-nt51 would be used on XP and KeySearchValue on all other platforms.
  91. ;All entry names and values are case insensitive (MSI parameters may be case-sensitive)
  92.  
  93.  
  94. [McAfee_405_NT]
  95. ;----- VirusScan 4.05 NT ----
  96. ProductType=External
  97. SidegradePlugin=vsrm.dll
  98. DisplayName=McAfee VirusScan NT
  99.  
  100.  
  101. [NAIEPOAgent]
  102. ;--------- Suits for ePO Agent 2000  -------------------------
  103. ;tested with version 2.0.0.376 
  104. ProductType=External
  105. ;Search mathing DisplayName
  106. KeySearchMain=HKEY_LOCAL_MACHINE
  107. KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\
  108. KeySearchEntry=Product Name
  109. KeySearchValue=NAI ePolicy Orchestrator Agent
  110. ;Read command from registry
  111. KeyEntry=Uninstall Command
  112. DisplayName=NAI ePolicy Orchestrator Agent
  113.  
  114. [NAIEPOAgent3000]
  115. ;--------- Suits for ePO Agent 3000  ------------------------- 
  116. ;tested with version 3.1.1.184, 3.5.0.412 
  117. ProductType=External 
  118. ;Search mathing DisplayName 
  119. KeySearchMain=HKEY_LOCAL_MACHINE 
  120. KeySearchPath=SOFTWARE\Network Associates\ePolicy Orchestrator\Application Plugins\ 
  121. KeySearchEntry=Software ID 
  122. KeySearchValue=EPOAGENT3000 
  123. ;Read command from registry 
  124. KeyEntry=Uninstall Command 
  125. DisplayName=NAI ePolicy Orchestrator Agent
  126.  
  127. [McAfee_EE]
  128. ;--------- Enterprise version 7.0 -------------------------
  129. ProductType=External
  130. ;Search mathing DisplayName
  131. KeySearchMain=HKEY_LOCAL_MACHINE
  132. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  133. KeySearchEntry=DisplayName
  134. KeySearchValue=McAfee VirusScan Enterprise
  135. ;Use MSI with found key (class equals to this key)
  136. MSICommand=MSIExec /x
  137. DisplayName=McAfee VirusScan Enterprise
  138. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  139.  
  140. [McAfee_HE]
  141. ;--------- Home Edition 7.0 -------------------------
  142. ;--------- Tested with 7.0.2.6000 -------------------
  143. ProductType=External
  144. ;Search mathing DisplayName
  145. KeySearchMain=HKEY_LOCAL_MACHINE
  146. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  147. KeySearchEntry=DisplayName
  148. KeySearchValue=McAfee VirusScan Home Edition
  149. ;Use MSI with found key (class equals to this key)
  150. MSICommand=MSIExec /x
  151. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  152. DisplayName=McAfee VirusScan Home Edition
  153.  
  154. [McAfee_PE]
  155. ;--------- Pro Edition 7.0 -------------------------
  156. ;--------- Tested with 7.0.2.6000 -------------------
  157. ProductType=External
  158. ;Search mathing DisplayName
  159. KeySearchMain=HKEY_LOCAL_MACHINE
  160. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  161. KeySearchEntry=DisplayName
  162. KeySearchValue=McAfee VirusScan Professional Edition
  163. ;Use MSI with found key (class equals to this key)
  164. MSICommand=MSIExec /x
  165. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  166. DisplayName=McAfee VirusScan Professional Edition
  167.  
  168.  
  169. [Norton2003]
  170. ;Norton Antivirus 2003 a.k.a. version 9.0
  171. ProductType=External
  172. ;Search mathing DisplayName
  173. KeySearchMain=HKEY_LOCAL_MACHINE
  174. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  175. KeySearchEntry=DisplayName
  176. KeySearchValue=Norton AntiVirus 2003
  177. ;Use MSI with found key (class equals to this key)
  178. MSICommand=MSIExec /x
  179. MSIParam=/qr REMOVE=ALL REBOOT=R
  180. MSISilentParam=/q REMOVE=ALL REBOOT=R
  181. DisplayName=Norton AntiVirus 2003
  182.  
  183.  
  184. [PandaPlatinum]
  185. ;Panda Antivirus Platinum
  186. ;Tested with version 7.01.80
  187. ;We're unable to remove this silently - so user has to uninstall it manually
  188. ;detection and manual removal added
  189. ProductType=External
  190. ;Search mathing DisplayName
  191. KeySearchMain=HKEY_LOCAL_MACHINE
  192. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  193. KeySearchEntry=DisplayName
  194. KeySearchValue=Panda Antivirus Platinum
  195. DisplayName=Panda Antivirus Platinum
  196. KeyEntry=UninstallString
  197.  
  198. [Norman]
  199. ;Norman viruscontrol 5.50
  200. ProductType=External
  201. ;Search mathing DisplayName
  202. KeySearchMain=HKEY_LOCAL_MACHINE
  203. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  204. KeySearchEntry=DisplayName
  205. KeySearchValue=Norman Virus Control
  206. DisplayName=Norman Virus Control
  207. KeyEntry=UninstallString
  208. KeyParam=/quiet
  209.  
  210. [PC_Cillin]
  211. ;Trend Micro PC-cillin 2003 a.k.a v.10.01
  212. ProductType=External
  213. ;Search mathing DisplayName
  214. KeySearchMain=HKEY_LOCAL_MACHINE
  215. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  216. KeySearchEntry=DisplayName
  217. KeySearchValue=PC-cillin 2003
  218. ;Use MSI with found key (class equals to this key)
  219. MSICommand=MSIExec /x
  220. MSIParam=/q REMOVE=ALL REBOOT=R
  221. DisplayName=PC-cillin 2003
  222.  
  223.  
  224. [DrSolomon]
  225. ;--------- Suits for versions 4.50 and 4.51 -------------------------
  226. ;This is a legacy product. Couldn't test the removal since product is no longer available
  227. ProductType=External
  228. ;Search mathing DisplayName
  229. KeySearchMain=HKEY_LOCAL_MACHINE
  230. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  231. KeySearchEntry=DisplayName
  232. KeySearchValue=Dr Solomon's VirusScan
  233. ;Use MSI with found key (class equals to this key)
  234. MSICommand=MSIExec /x
  235. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  236. DisplayName=Dr Solomon's VirusScan
  237.  
  238. [OfficeScan_5.02]
  239. ;Trend Micro Officescan 5.02.
  240. ;Only works on Windows 2000
  241. ProductType=External
  242. KeySearchMain=HKEY_LOCAL_MACHINE
  243. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  244. KeySearchEntry=DisplayName
  245. KeySearchValue-nt50=Trend Micro OfficeScan WinNT
  246. KeyEntry=UninstallString
  247. KeyParam=-980223 -331
  248.  
  249. [NIC]
  250. ;Norman viruscontrol with fw 5.50
  251. ProductType=External
  252. SidegradePlugin=nicrm.dll
  253. DisplayName=NIC v5.50
  254.  
  255.  
  256. [H+BEDV_AntiVir]
  257. ;H+BEDV AntiVir Personal Edition 6.19
  258. ;Tested with version 6.19.11.63
  259. ProductType=External
  260. KeySearchMain=HKEY_LOCAL_MACHINE
  261. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  262. KeySearchEntry=DisplayName
  263. KeySearchValue-nt51=AntiVir/XP
  264. KeyEntry=UninstallString
  265. KeyParam=/silent
  266. DisplayName=H+BEDV AntiVir Personal Edition
  267.  
  268. [KAV40_HE]
  269. ;Kaspersky(TM) Anti-Virus Personal 4.0 (i.e. Home Edition)
  270. ;Tested with version 4.0.9.0
  271. ;Cannot be removed silently
  272. ProductType=External
  273. KeySearchMain=HKEY_LOCAL_MACHINE
  274. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  275. KeySearchEntry=DisplayName
  276. KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.0
  277. DisplayName=Kaspersky(TM) Anti-Virus Personal 4.0
  278.  
  279. [KAV40_PE]
  280. ;Kaspersky(TM) Anti-Virus Personal Pro 4.0
  281. ;Tested with version 4.0.9.0
  282. ;Cannot be removed silently
  283. ProductType=External
  284. KeySearchMain=HKEY_LOCAL_MACHINE
  285. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  286. KeySearchEntry=DisplayName
  287. KeySearchValue=Kaspersky(TM) Anti-Virus Personal Pro 4.0
  288. DisplayName=Kaspersky(TM) Anti-Virus Personal Pro 4.0
  289.  
  290. [Symantec_CE]
  291. ;Symantec AntiVirus Corporate Edition
  292. ;Tested with version 8.0.0.374
  293. ProductType=External
  294. ;Search mathing DisplayName
  295. KeySearchMain=HKEY_LOCAL_MACHINE
  296. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  297. KeySearchEntry=DisplayName
  298. KeySearchValue=Symantec AntiVirus Client
  299. ;Use MSI with found key (class equals to this key)
  300. MSICommand=MSIExec /x
  301. MSIParam=/q REMOVE=ALL REBOOT=R
  302. DisplayName=Symantec AntiVirus Client
  303.  
  304. [Symantec_LiveUpdate_17]
  305. ;Symantec Live Update (for Symantec AV corporate edition)
  306. ;Tested with version 1.7
  307. ProductType=External
  308. KeySearchMain=HKEY_LOCAL_MACHINE
  309. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  310. KeySearchEntry=DisplayName
  311. KeySearchValue=LiveUpdate 1.7 (Symantec Corporation)
  312. KeyEntry=UninstallString
  313. KeyParam=/Q
  314. DisplayName=LiveUpdate 1.7 (Symantec Corporation)
  315.  
  316. [Symantec_LiveUpdate_18]
  317. ;Symantec Live Update (for Symantec AV corporate edition)
  318. ;Tested with version 1.8
  319. ProductType=External
  320. KeySearchMain=HKEY_LOCAL_MACHINE
  321. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  322. KeySearchEntry=DisplayName
  323. KeySearchValue=LiveUpdate 1.80 (Symantec Corporation)
  324. KeyEntry=UninstallString 
  325. KeyParam=/Q
  326. DisplayName=LiveUpdate 1.80 (Symantec Corporation)
  327.  
  328.  
  329. [Cisco_ZA]
  330. ;ZoneAlarm firewall service bundled with the Cisco VPN client
  331. ProductType=External
  332. DisplayName=Cisco VPN Client Firewall
  333. SidegradePlugin=cscozarm.dll
  334.  
  335. ; { --- below follows products added for PEX 5.00:
  336.  
  337. [ZoneAlarm]
  338. ;ZoneAlarm Pro & Standard
  339. ProductType=External
  340. DisplayName=ZoneAlarm
  341. SidegradePlugin=cscozarm.dll
  342.  
  343. [CA_eTrust_EZ_FW]
  344. ;CA EZ Trust Firewall
  345. ;Actually it's just OEM'd ZoneAlarm
  346. ProductType=External
  347. DisplayName=EZ Firewall
  348. SidegradePlugin=cscozarm.dll
  349.  
  350. [CA_eTrust_EZ_AV]
  351. ;CA eTrust EZ Antivirus v6.1.7
  352. ;CA eTrust EZ Antivirus 2005 v.7.0.5.3
  353. ProductType=External
  354. ;Search mathing DisplayName
  355. KeySearchMain=HKEY_LOCAL_MACHINE
  356. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  357. KeySearchEntry=DisplayName
  358. KeySearchValue=eTrust EZ Antivirus
  359. DisplayName=eTrust EZ Antivirus
  360. KeyEntry=UninstallString
  361. KeyParam=/S
  362.  
  363.  
  364. [Trend_IS_2004]
  365. ;Trend Micro Internet Security v11.10.1299
  366. ;This includes av, firewall, email scanning, privacy data control and spam control
  367. ProductType=External
  368. ;Search mathing DisplayName
  369. KeySearchMain=HKEY_LOCAL_MACHINE
  370. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  371. KeySearchEntry=DisplayName
  372. KeySearchValue=Trend Micro Internet Security
  373. ;Use MSI with found key (class equals to this key)
  374. MSICommand=MSIExec /x
  375. MSIParam=/qr REMOVE=ALL REBOOT=R
  376. MSISilentParam=/q REMOVE=ALL REBOOT=R
  377. DisplayName=Trend Micro Internet Security
  378.  
  379. [PureSight]
  380. ;iCognito PureSight - all versions which conflict with our Parental Control
  381. ProductType=External
  382. DisplayName=PureSight Parental Control
  383. SidegradePlugin=igpsdet.dll
  384.  
  385. [KAV45_HE]
  386. ;Kaspersky(TM) Anti-Virus Personal 4.50 (i.e. home edition)
  387. ;Tested with version 4.50
  388. ;Cannot be removed silently
  389. ProductType=External
  390. KeySearchMain=HKEY_LOCAL_MACHINE
  391. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  392. KeySearchEntry=DisplayName
  393. KeySearchValue=Kaspersky(TM) Anti-Virus Personal 4.5
  394. DisplayName=Kaspersky(TM) Anti-Virus Personal 4.5
  395.  
  396. [McAfee_VS_FW]
  397. ;McAfee VirusScan Professional/Personal Edition 7.02.6
  398. ;The firewall component. Antivirus component handled with McAfee_HE and McAfee_PE.
  399. ;This works for both personal and professional versions
  400. ProductType=External
  401. KeySearchMain=HKEY_LOCAL_MACHINE
  402. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  403. KeySearchEntry=DisplayName
  404. KeySearchValue=McAfee Firewall
  405. MSICommand=MSIExec /x
  406. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  407. DisplayName=McAfee Firewall
  408.  
  409. [McAfee_IS]
  410. ;McAfee Internet Security 5.02.6 and 5.00.5
  411. ProductType=External
  412. KeySearchMain=HKEY_LOCAL_MACHINE
  413. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  414. KeySearchEntry=DisplayName
  415. KeySearchValue=McAfee Internet Security
  416. MSICommand=MSIExec /x
  417. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  418. DisplayName=McAfee Firewall
  419.  
  420. [McAfee_ISS_VSO]
  421. ;McAfee Internet Security Suite 2004 v6.0
  422. ;McAfee Internet Security Suite 2005 v.7.0
  423. ;McAfee Internet Security Suite 2006
  424. ;This is the VirusScan component
  425. ProductType=External
  426. SidegradePlugin=mcafeerm.dll
  427. DisplayName=McAfee VirusScan
  428.  
  429. [McAfee_ISS_FW]
  430. ;McAfee Internet Security Suite 2004 v6.0
  431. ;McAfee Internet Security suite 2005 v.7.0
  432. ;McAfee Internet Security Suite 2006
  433. ;This is the Firewall component
  434. ProductType=External
  435. SidegradePlugin=mcafeerm.dll
  436. DisplayName=McAfee Personal Firewall
  437.  
  438. [PandaPlatinum_IS8]
  439. ;Panda Platinum Internet Security 8.0
  440. ;We're unable to remove this silently - so user has to uninstall it manually
  441. ;detection and manual removal added
  442. ProductType=External
  443. ;Search mathing DisplayName
  444. KeySearchMain=HKEY_LOCAL_MACHINE
  445. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  446. KeySearchEntry=DisplayName
  447. KeySearchValue=Panda Platinum Internet Security
  448. DisplayName=Panda Platinum Internet Security
  449. KeyEntry=UninstallString
  450.  
  451. [PandaTitanium_AV_2004]
  452. ;Panda Titanium Antivirus 2004 (PTA 2004) v3.0
  453. ;We're unable to remove this silently - so user has to uninstall it manually
  454. ;detection and manual removal added
  455. ProductType=External
  456. ;Search mathing DisplayName
  457. KeySearchMain=HKEY_LOCAL_MACHINE
  458. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  459. KeySearchEntry=DisplayName
  460. KeySearchValue=Panda Titanium Antivirus 2004
  461. DisplayName=Panda Titanium Antivirus 2004
  462. KeyEntry=UninstallString
  463.  
  464. [Norton_AV_2004]
  465. ;Symantec Norton Antivirus 2004 (SNA2004)
  466. ;We're unable to remove this silently - so user has to uninstall it manually
  467. ;We just detect this
  468. ProductType=External
  469. ;Search mathing DisplayName
  470. KeySearchMain=HKEY_LOCAL_MACHINE
  471. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  472. KeySearchEntry=DisplayName
  473. KeySearchValue=Norton AntiVirus 2004 (Symantec Corporation)
  474. DisplayName=Norton AntiVirus 2004 (Symantec Corporation)
  475.  
  476. [Symantec_CS_20]
  477. ;Symantec Client Security 2.0
  478. ;Also known as 9.0.0.338 
  479. ;Includes firewall and anti-virus
  480. ProductType=External
  481. KeySearchMain=HKEY_LOCAL_MACHINE
  482. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  483. KeySearchEntry=DisplayName
  484. KeySearchValue=Symantec Client Security
  485. MSICommand=MSIExec /x
  486. MSIParam=/qr REMOVE=ALL REBOOT=R
  487. MSISilentParam=/q REMOVE=ALL REBOOT=R
  488. DisplayName=Symantec Client Security
  489.  
  490.  
  491. [Norton_Corporate_7]
  492. ;Norton AntiVirus Corporate Edition
  493. ;7.6.0.0000
  494. ProductType=External
  495. KeySearchMain=HKEY_LOCAL_MACHINE
  496. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  497. KeySearchEntry=DisplayName
  498. KeySearchValue=Norton AntiVirus Corporate Edition
  499. MSICommand=MSIExec /x
  500. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress PASSWORDVALID=1
  501. DisplayName=Norton AntiVirus Corporate Edition
  502.  
  503.  
  504. [McAfee_PFE]
  505. ;McAfee Personal Firewall Express v. 4.5
  506. ProductType=External
  507. SidegradePlugin=mcafeerm.dll
  508. DisplayName=McAfee Personal Firewall Express
  509.  
  510.  
  511.  
  512. ; --- above products added for PEX 5.00 }
  513.  
  514. ; { --- Follows products added for PEX 5.10
  515.  
  516. [AdAware]
  517. ;Lavasoft Ad-Aware 
  518. ;Tested with Professional version 6
  519. ProductType=External
  520. SidegradePlugin=aawrm.dll
  521. DisplayName=Lavasoft Ad-Aware
  522.  
  523.  
  524. [Sophos]
  525. ;Sophos Anti-Virus. Works at least with versions 3.82 and 3.77
  526. ProductType=External
  527. DisplayName=Sophos Anti-Virus
  528. SidegradePlugin=sophosrm.dll
  529.  
  530. ; --- above products added for PEX 5.10 }
  531.  
  532.  
  533. ; --- products below added for AVCS 5.70 {
  534. [TrendVB_2004-JPN]
  535. ;Trend Micro Virus Buster 2004
  536. ;Japanese version
  537. ProductType=External
  538. ;Search mathing DisplayName
  539. KeySearchMain=HKEY_LOCAL_MACHINE
  540. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  541. KeySearchEntry=DisplayName
  542. KeySearchValue=âEâCâïâXâoâXâ^ü[2004
  543. ;Use MSI with found key (class equals to this key)
  544. MSICommand=MSIExec /x
  545. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  546. DisplayName=âEâCâïâXâoâXâ^ü[2004
  547.  
  548.  
  549. [TrendVB_2005-JPN]
  550. ;Trend Micro Virus Buster 2005
  551. ;Japanese version
  552. ProductType=External
  553. ;Search mathing DisplayName
  554. KeySearchMain=HKEY_LOCAL_MACHINE
  555. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  556. KeySearchEntry=DisplayName
  557. KeySearchValue=âEâCâïâXâoâXâ^ü[2005
  558. ;Use MSI with found key (class equals to this key)
  559. MSICommand=MSIExec /x
  560. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  561. DisplayName=âEâCâïâXâoâXâ^ü[2005
  562.  
  563.  
  564.  
  565. ; --- products above added for AVCS 5.70 }
  566.  
  567. [Panda_ClientShield]
  568. ;Panda ClientShield corporate version 2.00
  569. ;Panda ClientShield corporate version 3.01.10.0000
  570. ProductType=External
  571. ;Search mathing DisplayName
  572. KeySearchMain=HKEY_LOCAL_MACHINE
  573. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  574. KeySearchEntry=DisplayName
  575. KeySearchValue=Panda ClientShield
  576. DisplayName=Panda ClientShield
  577. KeyEntry=UninstallString
  578.  
  579. [Panda_AdminSecure]
  580. ;Version 3.02 and 3.06.10
  581. ProductType=External
  582. ;Search mathing DisplayName
  583. KeySearchMain=HKEY_LOCAL_MACHINE
  584. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  585. KeySearchEntry=DisplayName
  586. KeySearchValue=Panda AdminSecure
  587. ;Use MSI with found key (class equals to this key)
  588. MSICommand=MSIExec /x
  589. MSIParam=/qr REMOVE=ALL REBOOT=R
  590. DisplayName=Panda AdminSecure
  591.  
  592. [Panda_FileSecure]
  593. ;Version 6.07
  594. ProductType=External
  595. ;Search mathing DisplayName
  596. KeySearchMain=HKEY_LOCAL_MACHINE
  597. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  598. KeySearchEntry=DisplayName
  599. KeySearchValue=Panda FileSecure
  600. DisplayName=Panda FileSecure
  601. KeyEntry=UninstallString
  602.  
  603. [Panda_Agent] 
  604. ;Version 3.02
  605. ProductType=External
  606. SidegradePlugin=PANDARM.DLL
  607. DisplayName=Panda Network Agent
  608.  
  609.  
  610. ; --- products below added for AVCS 6.00 {
  611.  
  612. ;[MS_AntiSpyware]
  613. ;;Microsoft AntiSpyware, beta 1.0 version
  614. ;ProductType=External
  615. ;;Search mathing DisplayName
  616. ;KeySearchMain=HKEY_LOCAL_MACHINE
  617. ,KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  618. ;KeySearchEntry=DisplayName
  619. ;KeySearchValue=Microsoft AntiSpyware
  620. ;;Use MSI with found key (class equals to this key)
  621. ;DisplayName=Microsoft AntiSpyware
  622. ;MSICommand=MSIExec /x
  623. ;MSIParam=/qr REMOVE=ALL REBOOT=R
  624. ;MSISilentParam=/q REMOVE=ALL REBOOT=R
  625.  
  626. ; --- products above added for AVCS 6.00 }
  627.  
  628.  
  629.  
  630. ; --- products below added for PEX 6.00 {
  631. [Norton_IS_2004]
  632. ;Norton Internet Security 2004 a.k.a. version 7.0.2.50
  633. ProductType=External
  634. ;Search mathing DisplayName
  635. KeySearchMain=HKEY_LOCAL_MACHINE
  636. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  637. KeySearchEntry=DisplayName
  638. KeySearchValue=Norton Internet Security (Symantec Corporation)
  639. ;Read command from registry
  640. KeyEntry=UninstallString
  641. DisplayName=Norton Internet Security 
  642.  
  643. [Norton_Systemworks_2004]
  644. ;Norton Systemworks 2004 a.k.a. version 7.00.00
  645. ProductType=External
  646. ;Search mathing DisplayName
  647. KeySearchMain=HKEY_LOCAL_MACHINE
  648. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  649. KeySearchEntry=DisplayName
  650. KeySearchValue=Norton SystemWorks 2004 Professional (Symantec Corporation)
  651. ;Read command from registry
  652. KeyEntry=UninstallString
  653. DisplayName=Norton SystemWorks 2004 Professional (Symantec Corporation) 
  654.  
  655. [Norton_Systemworks_2005]
  656. ProductType=External
  657. ;Search mathing DisplayName
  658. KeySearchMain=HKEY_LOCAL_MACHINE
  659. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  660. KeySearchEntry=DisplayName
  661. KeySearchValue=Norton SystemWorks 2005 (Symantec Corporation)
  662. DisplayName=Norton SystemWorks 2005 (Symantec Corporation)
  663. KeyEntry=UninstallString
  664.  
  665. [Antivir]
  666. ;G-Data Antivir 
  667. :AntiVirenKit 2005
  668. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  669. KeySearchEntry=DisplayName
  670. KeySearchValue=AntiVirenKit 2005
  671. DisplayName=AntiVirenKit 2005
  672. ;Read command from registry
  673. KeyEntry=UninstallString 
  674.  
  675. [AVG70]
  676. ProductType=External
  677. ;Search mathing DisplayName
  678. KeySearchMain=HKEY_LOCAL_MACHINE
  679. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  680. KeySearchEntry=DisplayName
  681. KeySearchValue=AVG Anti-Virus 7.0
  682. DisplayName=AVG Anti-Virus 7.0
  683. KeyEntry=UninstallString
  684. KeyParam=/HIDDEN
  685.  
  686. ;[Spybot1.3]
  687. ;ProductType=External
  688. ;;Search mathing DisplayName
  689. ;KeySearchMain=HKEY_LOCAL_MACHINE
  690. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  691. ;KeySearchEntry=DisplayName
  692. ;KeySearchValue=Spybot - Search & Destroy 1.3
  693. ;DisplayName=Spybot - Search & Destroy 1.3
  694. ;KeyEntry=UninstallString
  695. ;KeyParam=/silent /NoRestart
  696.  
  697. ;[Yahoo_as_IE]
  698. ;;Yahoo anti-spyware toolbar for IE
  699. ;ProductType=External
  700. ;;Search mathing DisplayName
  701. ;KeySearchMain=HKEY_LOCAL_MACHINE
  702. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  703. ;KeySearchEntry=DisplayName
  704. ;KeySearchValue=Yahoo! Toolbar
  705. ;DisplayName=Yahoo! Toolbar
  706. ;KeyEntry=UninstallString
  707.  
  708. [Kerio_Personal_Firewall]
  709. ;Version 4.1.2
  710. ProductType=External
  711. ;Search mathing DisplayName
  712. KeySearchMain=HKEY_LOCAL_MACHINE
  713. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  714. KeySearchEntry=DisplayName
  715. KeySearchValue=Kerio Personal Firewall
  716. ;Use MSI with found key (class equals to this key)
  717. MSICommand=MSIExec /x
  718. MSIParam=/qn REMOVE=ALL 
  719. DisplayName=Kerio Personal Firewall
  720.  
  721. ;[CA_eTrust_PestPatrol]
  722. ;;Version 5.0.1.5
  723. ;ProductType=External
  724. ;;Search mathing DisplayName
  725. ;KeySearchMain=HKEY_LOCAL_MACHINE
  726. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  727. ;KeySearchEntry=DisplayName
  728. ;KeySearchValue=CA eTrust PestPatrol
  729. ;DisplayName=CA eTrust PestPatrol
  730. ;KeyEntry=UninstallString
  731.  
  732. [ZoneAlarm_Security_Suite]
  733. ;Version 5.5.062.011
  734. ProductType=External
  735. ;Search mathing DisplayName
  736. KeySearchMain=HKEY_LOCAL_MACHINE
  737. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  738. KeySearchEntry=DisplayName
  739. KeySearchValue=ZoneAlarm Security Suite
  740. DisplayName=ZoneAlarm Security Suite
  741. KeyEntry=UninstallString
  742. KeyParam=/S 
  743.  
  744. [PandaPlatinum_IS_2005]
  745. ;Panda Platinum Internet Security 9.01.02
  746. ;We're unable to remove this silently - so user has to uninstall it manually
  747. ;detection and manual removal added
  748. ProductType=External
  749. ;Search mathing DisplayName
  750. KeySearchMain=HKEY_LOCAL_MACHINE
  751. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  752. KeySearchEntry=DisplayName
  753. KeySearchValue=Panda Platinum 2005 Internet Security 
  754. DisplayName=Panda Platinum 2005 Internet Security 
  755. KeyEntry=UninstallString
  756.  
  757. [PandaTitanium_AV_2005]
  758. ;Panda Titanium Antivirus 2005 v4.01.02
  759. ;We're unable to remove this silently - so user has to uninstall it manually
  760. ;detection and manual removal added
  761. ProductType=External
  762. ;Search mathing DisplayName
  763. KeySearchMain=HKEY_LOCAL_MACHINE
  764. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  765. KeySearchEntry=DisplayName
  766. KeySearchValue=Panda Titanium Antivirus 2005
  767. DisplayName=Panda Titanium Antivirus 2005
  768. KeyEntry=UninstallString
  769.  
  770. ;[CA_eTrust_EZ_AntiVirus_2005]
  771. ,;Version 7.0.5.3
  772. ;ProductType=External
  773. ;;Search mathing DisplayName
  774. ;KeySearchMain=HKEY_LOCAL_MACHINE
  775. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  776. ;KeySearchEntry=DisplayName
  777. ;KeySearchValue=eTrust EZ Antivirus
  778. ;DisplayName=eTrust EZ Antivirus
  779. ;KeyEntry=UninstallString
  780. ;KeyParam=/silent 
  781.  
  782. [Symantec_CE_90]
  783. ;Symantec AntiVirus Corporate Edition
  784. ;Tested with version 9.0.0.338
  785. ProductType=External
  786. ;Search mathing DisplayName
  787. KeySearchMain=HKEY_LOCAL_MACHINE
  788. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  789. KeySearchEntry=DisplayName
  790. KeySearchValue=Symantec AntiVirus
  791. ;Use MSI with found key (class equals to this key)
  792. MSICommand=MSIExec /x
  793. MSISilentParam=/qr REMOVE=ALL REBOOT=R
  794. DisplayName=Symantec AntiVirus 
  795.  
  796. [CA_eTrust_AntiVirus_2005]
  797. ;Version 7.1.0192
  798. ProductType=External
  799. ;Search mathing DisplayName
  800. KeySearchMain=HKEY_LOCAL_MACHINE
  801. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  802. KeySearchEntry=DisplayName
  803. KeySearchValue=CA eTrust Antivirus
  804. MSICommand=MSIExec /x
  805. MSIParam=/qr REMOVE=ALL REBOOT=R
  806. MSISilentParam=/q REMOVE=ALL REBOOT=R
  807. DisplayName=CA eTrust Antivirus
  808.  
  809. [Spy_Sweeper]
  810. ;Version 3.2
  811. ;Includes manual removal
  812. ProductType=External
  813. ;Search mathing DisplayName
  814. KeySearchMain=HKEY_LOCAL_MACHINE
  815. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  816. KeySearchEntry=DisplayName
  817. KeySearchValue=Spy Sweeper
  818. DisplayName=Spy Sweeper
  819. KeyEntry=UninstallString
  820.  
  821. [FortiClient_1.2]
  822. ;Version 1.2.172
  823. ;After removing operation manual reboot is needed
  824. ProductType=External
  825. KeySearchMain=HKEY_LOCAL_MACHINE
  826. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  827. KeySearchEntry=DisplayName
  828. KeySearchValue=FortiClient
  829. MSICommand=MSIExec /x
  830. MSIParam=/qr REMOVE=ALL REBOOT=ReallySuppress
  831. DisplayName=FortiClient
  832.  
  833. [Norman_Virus_Control]
  834. ;Version 5.8
  835. ProductType=External
  836. ;Search mathing DisplayName
  837. KeySearchMain=HKEY_LOCAL_MACHINE
  838. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  839. KeySearchEntry=DisplayName
  840. KeySearchValue=Norman Virus Control
  841. DisplayName=Norman Virus Control
  842. KeyEntry=UninstallString
  843. KeyParam=/quiet
  844.  
  845. [PC_Cillin_2005]
  846. ;Trend Micro PC-cillin Internet Security 2005, version 12.0.1330
  847. ;Trend Micro PC-cillin Internet Security 2005, Chinese version 12.0.1350
  848. ;After removing operation manual reboot is needed
  849. ProductType=External
  850. ;Search mathing DisplayName
  851. KeySearchMain=HKEY_LOCAL_MACHINE
  852. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  853. KeySearchEntry=DisplayName
  854. KeySearchValue=Trend Micro PC-cillin Internet Security 2005
  855. ;Use MSI with found key (class equals to this key)
  856. MSICommand=MSIExec /x
  857. MSIParam=/qb REMOVE=ALL 
  858. DisplayName=Trend Micro PC-cillin Internet Security 2005
  859.  
  860. [TM_OfficeScan]
  861. ;Trend Micro OfficeScan Corporate edition
  862. ;Verson 5.5
  863. ProductType=External
  864. SidegradePlugin=TRENDRM.DLL
  865. DisplayName=Trend Micro OfficeScan Client
  866.  
  867. [Norton_Personal_Firewall_2004]
  868. ;Norton Personal Firewall 2004, Version 7.0.0.177
  869. ;Manual removal
  870. ProductType=External
  871. ;Search mathing DisplayName
  872. KeySearchMain=HKEY_LOCAL_MACHINE
  873. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  874. KeySearchEntry=DisplayName
  875. KeySearchValue=Norton Personal Firewall (Symantec Corporation) 
  876. DisplayName=Norton Personal Firewall (Symantec Corporation)
  877. KeyEntry=UninstallString
  878.  
  879. [AVG70_FE]
  880. ;AVG Free Edition, versions 7.323, 7.338 and 7.1.375
  881. ;Unable to remove these automaticly
  882. ProductType=External
  883. ;Search mathing DisplayName
  884. KeySearchMain=HKEY_LOCAL_MACHINE
  885. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  886. KeySearchEntry=DisplayName
  887. KeySearchValue=AVG Free Edition
  888. DisplayName=AVG Free Edition
  889. KeyEntry=UninstallString
  890. ;KeyParam=/HIDDEN
  891.  
  892. [Norman_Personal_Firewall_14]
  893. ;Version 1.42
  894. ;Can not be removed silently.
  895. ProductType=External
  896. ;Search mathing DisplayName
  897. KeySearchMain=HKEY_LOCAL_MACHINE
  898. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  899. KeySearchEntry=DisplayName
  900. KeySearchValue=Norman Personal Firewall 1.42
  901. DisplayName=Norman Personal Firewall 1.42
  902. KeyEntry=UninstallString
  903.  
  904. [KAV50_PE]
  905. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  906. ;Tested with version 5.0.372
  907. ;Cannot be removed silently
  908. ProductType=External
  909. KeySearchMain=HKEY_LOCAL_MACHINE
  910. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  911. KeySearchEntry=DisplayName
  912. KeyEntry=UninstallString
  913. KeySearchValue=Kaspersky Anti-Virus Personal
  914. DisplayName=Kaspersky Anti-Virus Personal
  915.  
  916. [Norton_IS_2005]
  917. ;Norton Internet Security 2005, version 8.0.0.64
  918. ;Include also Norton AntiVirus 2005, version 11.0.2.4,
  919. ;Norton Personal Firewall 2005 and
  920. ;Norton Internet Security 2005 Anti-Spyware Edition English and Chinese version 8.5.0.113
  921. ;Cannot be removed silently
  922. ProductType=External
  923. ;Search mathing DisplayName
  924. KeySearchMain=HKEY_LOCAL_MACHINE
  925. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  926. KeySearchEntry=DisplayName
  927. KeySearchValue=Norton Internet Security 2005 (Symantec Corporation)
  928. ;Read command from registry
  929. KeyEntry=UninstallString
  930. DisplayName=Norton Internet Security 2005 
  931.  
  932. [Norton_IS_2006]
  933. ;Norton Internet Security 2006 BETA, Version 9.0.0.41
  934. ;Norton Internet Security 2006, Version 9.0.0.73
  935. ;Cannot be removed silently
  936. ProductType=External
  937. ;Search mathing DisplayName
  938. KeySearchMain=HKEY_LOCAL_MACHINE
  939. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  940. KeySearchEntry=DisplayName
  941. KeySearchValue=Norton Internet Security 2006 (Symantec Corporation)
  942. ;Read command from registry
  943. KeyEntry=UninstallString
  944. DisplayName=Norton Internet Security 2006 (Symantec Corporation)
  945.  
  946. ;[McAfee_AntiSpyware_110]
  947. ;;McAfee AntiSpyware, Version 1.10.0149.0
  948. ;;Cannot be removed silently
  949. ;ProductType=External
  950. ;;Search mathing DisplayName
  951. ;KeySearchMain=HKEY_LOCAL_MACHINE
  952. ;KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  953. ;KeySearchEntry=DisplayName
  954. ;KeySearchValue=McAfee AntiSpyware
  955. ;;Read command from registry
  956. ;KeyEntry=UninstallString
  957. ;DisplayName=McAfee AntiSpyware
  958.  
  959. [NOD_32]
  960. ;NOD32 Antivirus system, version 2.5
  961. ProductType=External
  962. ;Search mathing DisplayName
  963. KeySearchMain=HKEY_LOCAL_MACHINE
  964. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  965. KeySearchEntry=DisplayName
  966. KeySearchValue=NOD32 antivirus system
  967. DisplayName=NOD32 antivirus system
  968. KeyEntry=UninstallString
  969.  
  970. [NOD_32_CHI]
  971. ;NOD32 Antivirus system, Chinese version 2.0
  972. ProductType=External
  973. ;Search mathing DisplayName
  974. KeySearchMain=HKEY_LOCAL_MACHINE
  975. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  976. KeySearchEntry=DisplayName
  977. KeySearchValue=NOD32¿╛¼r¿t▓╬
  978. DisplayName=NOD32¿╛¼r¿t▓╬
  979. KeyEntry=UninstallString
  980.  
  981. [Sophos_505]
  982. ;Sophos Anti-Virus, version 5.05 R2
  983. ;After removing operation manual reboot is needed
  984. ProductType=External
  985. ;Search mathing DisplayName
  986. KeySearchMain=HKEY_LOCAL_MACHINE
  987. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  988. KeySearchEntry=DisplayName
  989. KeySearchValue=Sophos Anti-Virus
  990. ;Use MSI with found key (class equals to this key)
  991. MSICommand=MSIExec /x
  992. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  993. DisplayName=Sophos Anti-Virus
  994.  
  995. [Sophos_505_AutoUpdate]
  996. ;Sophos AutoUpdate, version 1.4.0.1
  997. ;After removing operation manual reboot is needed
  998. ProductType=External
  999. ;Search mathing DisplayName
  1000. KeySearchMain=HKEY_LOCAL_MACHINE
  1001. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1002. KeySearchEntry=DisplayName
  1003. KeySearchValue=Sophos AutoUpdate
  1004. ;Use MSI with found key (class equals to this key)
  1005. MSICommand=MSIExec /x
  1006. MSIParam=/qn
  1007. DisplayName=Sophos AutoUpdate
  1008.  
  1009. [AVG71]
  1010. ;AVG Anti-Virus 7.1, version 7.1.362
  1011. ProductType=External
  1012. ;Search mathing DisplayName
  1013. KeySearchMain=HKEY_LOCAL_MACHINE
  1014. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1015. KeySearchEntry=DisplayName
  1016. KeySearchValue=AVG Anti-Virus 7.1
  1017. DisplayName=AVG Anti-Virus 7.1
  1018. KeyEntry=UninstallString
  1019. KeyParam=/HIDDEN
  1020.  
  1021. [PC_Cillin_2006]
  1022. ;Trend Micro PC Cillin Internet Security 2006
  1023. ;After removing operation manual reboot is needed
  1024. ProductType=External
  1025. ;Search mathing DisplayName
  1026. KeySearchMain=HKEY_LOCAL_MACHINE
  1027. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1028. KeySearchEntry=DisplayName
  1029. KeySearchValue=Trend Micro PC-cillin Internet Security 2006
  1030. ;Use MSI with found key (class equals to this key)
  1031. MSICommand=MSIExec /x
  1032. MSIParam=/qb REMOVE=ALL
  1033. DisplayName=Trend Micro PC-cillin Internet Security 2006
  1034.  
  1035. [TrendVB_2006-JPN]
  1036. ;Trend Micro Virus Buster 2006
  1037. ;Japanese version
  1038. ProductType=External
  1039. ;Search mathing DisplayName
  1040. KeySearchMain=HKEY_LOCAL_MACHINE
  1041. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1042. KeySearchEntry=DisplayName
  1043. KeySearchValue=âEâCâïâXâoâXâ^ü[2006
  1044. !
  1045. ü[2006
  1046. ;Use MSI with found key (class equals to this key)
  1047. MSICommand=MSIExec /x
  1048. MSIParam=/q REMOVE=ALL REBOOT=ReallySuppress
  1049. DisplayName=âEâCâïâXâoâXâ^ü[2006
  1050. !
  1051. ü[2006
  1052.  
  1053. [PandaPlatinum_IS_2006]
  1054. ;Panda Platinum Internet Security 10.01.02
  1055. ;detection and manual removal added
  1056. ProductType=External
  1057. ;Search mathing DisplayName
  1058. KeySearchMain=HKEY_LOCAL_MACHINE
  1059. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1060. KeySearchEntry=DisplayName
  1061. KeySearchValue=Panda Platinum 2006 Internet Security 
  1062. DisplayName=Panda Platinum 2006 Internet Security 
  1063. KeyEntry=UninstallString
  1064.  
  1065. [PandaTitanium_AV_AntiSpyware_2006]
  1066. ;Panda Titanium 2006 Antivirus + Antispyware v5.01.02
  1067. ;detection and manual removal added
  1068. ProductType=External
  1069. ;Search mathing DisplayName
  1070. KeySearchMain=HKEY_LOCAL_MACHINE
  1071. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1072. KeySearchEntry=DisplayName
  1073. KeySearchValue=Panda Titanium 2006 Antivirus + Antispyware
  1074. DisplayName=Panda Titanium 2006 Antivirus + Antispyware
  1075. KeyEntry=UninstallString
  1076.  
  1077. [ZeroAds_1.4]
  1078. ProductType=External
  1079. ;ZeroAds Popup blocker, version 1.4
  1080. ;detection and manual removal added
  1081. ;Search mathing DisplayName
  1082. KeySearchMain=HKEY_LOCAL_MACHINE
  1083. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1084. KeySearchEntry=DisplayName
  1085. KeySearchValue=ZeroAds
  1086. DisplayName=ZeroAds
  1087. KeyEntry=UninstallString
  1088.  
  1089. [iProtectYou_709]
  1090. ProductType=External
  1091. ;iProtectYou, version 7.09
  1092. ;detection and manual removal added
  1093. ;Search mathing DisplayName
  1094. KeySearchMain=HKEY_LOCAL_MACHINE
  1095. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1096. KeySearchEntry=DisplayName
  1097. KeySearchValue=iProtectYou 7.09
  1098. DisplayName=iProtectYou 7.09
  1099. KeyEntry=UninstallString
  1100.  
  1101. [Agnitum_Outpost1]
  1102. ProductType=External
  1103. ;Agnitum Outpost Firewall, version 1.0.1125.1556
  1104. ;We're unable to remove this silently - so user has to uninstall it manually
  1105. ;detection and manual removal added
  1106. ;Search mathing DisplayName
  1107. KeySearchMain=HKEY_LOCAL_MACHINE
  1108. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1109. KeySearchEntry=DisplayName
  1110. KeySearchValue=Agnitum Outpost Firewall Pro 1.0
  1111. DisplayName=Agnitum Outpost Firewall Pro 1.0
  1112. KeyEntry=UninstallString
  1113.  
  1114. [Sourcenext_2006]
  1115. ;Sourcenext 2006 version 9.0.0001
  1116. ;Japanese version
  1117. ;includes AV and FW
  1118. ProductType=External
  1119. ;Search mathing DisplayName
  1120. KeySearchMain=HKEY_LOCAL_MACHINE
  1121. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1122. KeySearchEntry=DisplayName
  1123. KeySearchValue=âEâCâïâXâZâLâàâèâeâB
  1124. ;Use MSI with found key (class equals to this key)
  1125. MSICommand=MSIExec /x
  1126. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  1127. DisplayName=âEâCâïâXâZâLâàâèâeâB
  1128.  
  1129. [NOD_32_JPN]
  1130. ;NOD32 Antivirus system, version 2.5
  1131. ;Japanese version
  1132. ProductType=External
  1133. ;Search mathing DisplayName
  1134. KeySearchMain=HKEY_LOCAL_MACHINE
  1135. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1136. KeySearchEntry=DisplayName
  1137. KeySearchValue=NOD32âAâôâ`âEâCâïâX
  1138. DisplayName=NOD32âAâôâ`âEâCâïâX
  1139. ;KeyEntry=UninstallString
  1140.  
  1141. [NVIDIA__NAM_2]
  1142. ;NVIDIA ForceWare Network Access Manager
  1143. ;Version 2.02.0464
  1144. ;Includes manual removal
  1145. ProductType=External
  1146. ;Search mathing DisplayName
  1147. KeySearchMain=HKEY_LOCAL_MACHINE
  1148. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1149. KeySearchEntry=DisplayName
  1150. KeySearchValue=NVIDIA ForceWare Network Access Manager
  1151. DisplayName=NVIDIA ForceWare Network Access Manager
  1152. KeyEntry=UninstallString
  1153.  
  1154. [BitDefender_IS9]
  1155. ;BitDefender 9 Internet Security, version 9.0.094
  1156. ;After removing operation manual reboot is needed
  1157. ProductType=External
  1158. ;Search mathing DisplayName
  1159. KeySearchMain=HKEY_LOCAL_MACHINE
  1160. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1161. KeySearchEntry=DisplayName
  1162. KeySearchValue=BitDefender 9 Internet Security
  1163. ;Use MSI with found key (class equals to this key)
  1164. MSICommand=MSIExec /x
  1165. MSIParam=/qn REMOVE=ALL Reboot=ReallySuppress
  1166. DisplayName=BitDefender 9 Internet Security
  1167.  
  1168. [BitDefender_PP9]
  1169. ;BitDefender 9 Professional Plus, version 9.5.001
  1170. ;After removing operation manual reboot is needed
  1171. ProductType=External
  1172. ;Search mathing DisplayName
  1173. KeySearchMain=HKEY_LOCAL_MACHINE
  1174. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1175. KeySearchEntry=DisplayName
  1176. KeySearchValue=BitDefender 9 Professional Plus
  1177. ;Use MSI with found key (class equals to this key)
  1178. MSICommand=MSIExec /x
  1179. MSIParam=/qr REMOVE=ALL Reboot=ReallySuppress
  1180. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1181. DisplayName=BitDefender 9 Professional Plus
  1182.  
  1183. [BitDefender_STD]
  1184. ;BitDefender 9 Standard, version 9.5.001
  1185. ;After removing operation manual reboot is needed
  1186. ProductType=External
  1187. ;Search mathing DisplayName
  1188. KeySearchMain=HKEY_LOCAL_MACHINE
  1189. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1190. KeySearchEntry=DisplayName
  1191. KeySearchValue=BitDefender 9 Standard
  1192. ;Use MSI with found key (class equals to this key)
  1193. MSICommand=MSIExec /x
  1194. MSIParam=/qr REMOVE=ALL Reboot=ReallySuppress
  1195. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1196. DisplayName=BitDefender 9 Standard
  1197.  
  1198. [BitDefender_Antispyware]
  1199. ;BitDefender 9 Antispyware, version 9.0.093
  1200. ;After removing operation manual reboot is needed
  1201. ProductType=External
  1202. ;Search mathing DisplayName
  1203. KeySearchMain=HKEY_LOCAL_MACHINE
  1204. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1205. KeySearchEntry=DisplayName
  1206. KeySearchValue=BitDefender 9 Antispyware
  1207. ;Use MSI with found key (class equals to this key)
  1208. MSICommand=MSIExec /x
  1209. MSIParam=/qr REMOVE=ALL Reboot=ReallySuppress
  1210. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1211. DisplayName=BitDefender 9 Antispyware
  1212.  
  1213. [KAV505_PE]
  1214. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  1215. ;Tested with version 5.0.527
  1216. ;Cannot be removed silently
  1217. ProductType=External
  1218. KeySearchMain=HKEY_LOCAL_MACHINE
  1219. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1220. KeySearchEntry=DisplayName
  1221. KeyEntry=UninstallString
  1222. KeySearchValue=Kaspersky Anti-Virus Personal Pro
  1223. DisplayName=Kaspersky Anti-Virus Personal Pro
  1224.  
  1225. [OpteNet_PC]
  1226. ProductType=External
  1227. ;Optenet Parental Control
  1228. ;Version 9.4.1
  1229. ;Search mathing DisplayName
  1230. KeySearchMain=HKEY_LOCAL_MACHINE
  1231. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1232. KeySearchEntry=DisplayName
  1233. KeyEntry=UninstallString
  1234. KeySearchValue=OPTENET
  1235. DisplayName=OPTENET
  1236.  
  1237. [KAV505_PE]
  1238. ;Kaspersky(TM) Anti-Virus Personal Pro 5.0
  1239. ;Tested with version 5.0.527
  1240. ;Cannot be removed silently
  1241. ProductType=External
  1242. KeySearchMain=HKEY_LOCAL_MACHINE
  1243. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1244. KeySearchEntry=DisplayName
  1245. KeyEntry=UninstallString
  1246. KeySearchValue=Kaspersky Anti-Virus Personal Pro
  1247. DisplayName=Kaspersky Anti-Virus Personal Pro
  1248.  
  1249. [KAS101_PE]
  1250. ;Kaspersky Anti-Spam Personal
  1251. ;Tested with version 1.1
  1252. ProductType=External
  1253. KeySearchMain=HKEY_LOCAL_MACHINE
  1254. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1255. KeySearchEntry=DisplayName
  1256. KeySearchValue=Kaspersky Anti-Spam Personal 
  1257. KeyEntry=UninstallString 
  1258. KeyParam=/S 
  1259. DisplayName=Kaspersky Anti-Spam Personal
  1260.  
  1261. [Cisco_VPN_Client_FW]
  1262. ;Cisco VPN Client Firewall
  1263. ;Version 4.6.04.0043
  1264. ;Can not be removed silently
  1265. ProductType=External
  1266. ;Search mathing DisplayName
  1267. KeySearchMain=HKEY_LOCAL_MACHINE
  1268. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1269. KeySearchEntry=DisplayName
  1270. KeySearchValue=VPN Client
  1271. DisplayName=VPN Client
  1272. KeyEntry=UninstallString
  1273.  
  1274. [PandaPlatinum_IS_2007]
  1275. ;Panda Internet Security 11.00.00
  1276. ;We're unable to remove this silently - so user has to uninstall it manually
  1277. ;detection and manual removal added
  1278. ProductType=External
  1279. ;Search mathing DisplayName
  1280. KeySearchMain=HKEY_LOCAL_MACHINE
  1281. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1282. KeySearchEntry=DisplayName
  1283. KeySearchValue=Panda Internet Security 2007
  1284. DisplayName=Panda Internet Security 2007
  1285. KeyEntry=UninstallString
  1286.  
  1287.  
  1288. ; --- products above added for PEX 6.00 }
  1289.  
  1290. ; --- products below added for AVCS 6.xx {
  1291.  
  1292. [Symantec_AV_10]
  1293. ;Symantec AntiVirus, version 10.0.0.359
  1294. ProductType=External
  1295. ;Search mathing DisplayName
  1296. KeySearchMain=HKEY_LOCAL_MACHINE
  1297. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1298. KeySearchEntry=DisplayName
  1299. KeySearchValue=Symantec AntiVirus
  1300. ;Use MSI with found key (class equals to this key)
  1301. MSICommand=MSIExec /x
  1302. MSIParam=/qr REMOVE=ALL REBOOT=R
  1303. MSISilentParam=/q REMOVE=ALL REBOOT=R
  1304. DisplayName=Symantec AntiVirus
  1305.  
  1306. [Symantec_LiveUpdate_26]
  1307. ;Symantec Live Update (for Symantec AV corporate edition)
  1308. ;Tested with version 2.6.18.0
  1309. ProductType=External
  1310. KeySearchMain=HKEY_LOCAL_MACHINE
  1311. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1312. KeySearchEntry=DisplayName
  1313. KeySearchValue=LiveUpdate 2.6 (Symantec Corporation)
  1314. KeyEntry=UninstallString 
  1315. KeyParam=/Q
  1316. DisplayName=LiveUpdate 2.6 (Symantec Corporation)
  1317.  
  1318. [Symantec_LiveUpdate_2.0]
  1319. ;LiveUpdate 2.0 (Symantec Corporation)
  1320. ;Tested with version 2.0.39.0
  1321. ProductType=External
  1322. KeySearchMain=HKEY_LOCAL_MACHINE
  1323. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1324. KeySearchEntry=DisplayName
  1325. KeySearchValue=LiveUpdate 2.0 (Symantec Corporation)
  1326. KeyEntry=UninstallString 
  1327. KeyParam=/Q
  1328. DisplayName=LiveUpdate 2.0 (Symantec Corporation)
  1329.  
  1330.  
  1331.  
  1332. ; --- products above added for AVCS 6.xx }
  1333.  
  1334. ;--- FSC internal products follow ---
  1335.  
  1336. [FSVPN+]
  1337. ;VPN+ versions older than 5.50
  1338. ProductType=Internal
  1339. PromptUser=0
  1340. SidegradePlugin=FSPRODRM.DLL
  1341. DisplayName=F-Secure VPN+ Client
  1342.  
  1343. [PEX]
  1344. ;All PEX versions
  1345. ProductType=Internal
  1346. PromptUser=0
  1347. SidegradePlugin=FSPRODRM.DLL
  1348. ;Get product name from the plugin since PEX name can be what ever
  1349. GetNameFromPlugin=1
  1350. DisplayName=F-Secure Personal Express
  1351.  
  1352. [FSDFW]
  1353. ;All versions of FSDFW (meaning <5.60 since 5.60 is Internet Shield)
  1354. ProductType=Internal
  1355. ;changed PromptUser from 0 to 1 on 2003-06-02 to fix #27723
  1356. PromptUser=1
  1357. DisplayName=F-Secure Distributed Firewall
  1358. ;Changed to use FSPRODRM.DLL on 2003-11-03 to fix #30226
  1359. SidegradePlugin=FSPRODRM.DLL
  1360.  
  1361.  
  1362. [FSFC]
  1363. ;FSFC
  1364. ProductType=Internal
  1365. PromptUser=0
  1366. DisplayName=F-Secure FileCrypto
  1367. ;In PEX 5.00 and newer, detect all versions of FC
  1368. ;See SCR #32134 for more details
  1369. ;Uncomment following four KeySearch settings for PEX! - Comment them for AVCS
  1370. KeySearchMain=HKEY_LOCAL_MACHINE
  1371. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1372. KeySearchEntry=DisplayName
  1373. KeySearchValue=F-Secure FileCrypto
  1374.  
  1375. ;In AVCS products, conflict with FC versions older than 5.15
  1376. ;See #34739 also see 39899
  1377. ;Uncomment following Sidegradeplugin setting for AVCS, comment it for PEX!
  1378. ;SidegradePlugin=FSPRODRM.DLL
  1379.  
  1380. DisplayName=F-Secure FileCrypto
  1381.  
  1382.  
  1383. [FSAVCS]
  1384. ;Anti-virus Client Security 5.50
  1385. ProductType=Internal
  1386. PromptUser=1
  1387. SidegradePlugin=FSPRODRM.DLL
  1388. DisplayName=F-Secure Anti-Virus Client Security
  1389.  
  1390. [FSAV]
  1391. ;Anti-virus, versions <5.50
  1392. ProductType=Internal
  1393. KeySearchMain=HKEY_LOCAL_MACHINE
  1394. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1395. KeySearchEntry=DisplayName
  1396. KeySearchValue=F-Secure Anti-Virus
  1397. KeyEntry=UninstallString 
  1398. KeyParam=-a
  1399. DisplayName=F-Secure Anti-Virus
  1400.  
  1401. [BROKENINST]
  1402. ProductType=Internal
  1403. PromptUser=0
  1404. SidegradePlugin=FSPRODRM.DLL
  1405. DisplayName=Broken or incompletely uninstalled product
  1406.  
  1407. [FSAS]
  1408. ;F-Secure Anti-spyware, standalone version
  1409. ProductType=Internal
  1410. PromptUser=0
  1411. SidegradePlugin=FSPRODRM.DLL
  1412. DisplayName=F-Secure Anti-spyware
  1413.  
  1414. [FSPC]
  1415. ;Parental Control, version 5.0.160.0
  1416. ProductType=Internal
  1417. KeySearchMain=HKEY_LOCAL_MACHINE
  1418. KeySearchPath=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
  1419. KeySearchEntry=ProductRegKey
  1420. KeySearchValue=FSPC
  1421. KeyEntry=UninstallString
  1422. KeyParam=-a
  1423. DisplayName=F-Secure Parental Control
  1424.  
  1425. [OTHERSP]
  1426. ProductType=Internal
  1427. PromptUser=0
  1428. SidegradePlugin=FSPRODRM.DLL
  1429. DisplayName=Incompatible F-Secure product
  1430.